Lines Matching +defs:val +defs:d
39 bool allocateMem, MTdata d) in CreateGLTexture1DArray()
152 bool allocateMem, MTdata d) in CreateGLTexture2DArray()
268 GLuint *outTex, GLuint *outBuf, int *outError, bool allocateMem, MTdata d) in CreateGLTextureBuffer()
364 GLuint *outTextureID, int *outError, bool allocateMem, MTdata d ) in CreateGLTexture1D()
475 int *outError, bool allocateMem, MTdata d ) in CreateGLTexture2D()
656 int *outError, MTdata d, bool allocateMem) in CreateGLTexture3D()
1042 … int *outError, bool allocateMem, MTdata d , bool fixedSampleLocations) in CreateGLTexture2DMultisample()
1261 double val = color_delta + (color_delta * s); in CreateGLTexture2DMultisample() local
1305 bool allocateMem, MTdata d, bool fixedSampleLocations) in CreateGLTexture2DArrayMultisample()
1463 double val = color_delta + color_delta * (l * samples + s); in CreateGLTexture2DArrayMultisample() local
1526 double val = color_delta + color_delta * (l * samples + s); in CreateGLTexture2DArrayMultisample() local
1574 int *outError, MTdata d, bool allocateMem ) in CreateGLRenderbuffer()
2165 void* CreateRandomData( ExplicitType type, size_t count, MTdata d ) in CreateRandomData()