Lines Matching defs:format
55 tcu::TextureFormat format;
74 static void getTexturePageSizes(const Functions& gl, GLint target, GLint format, GLint& pageSizeX, GLint& pageSizeY,
97 static void GetData(const Functions& gl, GLint level, GLenum target, GLenum format, GLenum type, GLvoid* out_data);
100 GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels);
208 bool positiveTesting(const Functions& gl, GLint target, GLint format);
209 bool verifyTexParameterErrors(const Functions& gl, GLint target, GLint format);
210 bool verifyTexStorageVirtualPageSizeIndexError(const Functions& gl, GLint target, GLint format);
211 bool verifyTexStorageFullArrayCubeMipmapsError(const Functions& gl, GLint target, GLint format);
212 bool verifyTexStorageInvalidValueErrors(const Functions& gl, GLint target, GLint format);
238 virtual void texPageCommitment(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level,
242 virtual bool caseAllowed(GLint target, GLint format);
244 virtual bool prepareTexture(const Functions& gl, GLint target, GLint format, GLuint& texture);
245 virtual bool sparseAllocateTexture(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint levels);
246 virtual bool allocateTexture(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint levels);
247 virtual bool writeDataToTexture(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level);
248 virtual bool verifyTextureData(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level);
249 virtual bool commitTexturePage(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level);
254 virtual bool verifyInvalidOperationErrors(const Functions& gl, GLint target, GLint format, GLuint& texture);
255 virtual bool verifyInvalidValueErrors(const Functions& gl, GLint target, GLint format, GLuint& texture);
270 virtual void texPageCommitment(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level,